In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / OcrPages Method

OcrPages Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(358)>

Function OcrPages( _

   ByVal PageRange As String, _

   ByVal ThreadCount As Integer, _

   ByVal Dictionary As String, _

   ByVal DictionaryPath As String, _

   ByVal CharWhiteList As String, _

   ByVal DPI As Single _

) As GdPictureStatus
[DispId(358)]

GdPictureStatus OcrPages( 

   string PageRange,

   int ThreadCount,

   string Dictionary,

   string DictionaryPath,

   string CharWhiteList,

   float DPI

)
function OcrPages( 

    PageRange: String;

    ThreadCount: Integer;

    Dictionary: String;

    DictionaryPath: String;

    CharWhiteList: String;

    DPI: Single

): GdPictureStatus; 
DispIdAttribute(358)

function OcrPages( 

   PageRange : String,

   ThreadCount : int,

   Dictionary : String,

   DictionaryPath : String,

   CharWhiteList : String,

   DPI : float

) : GdPictureStatus;
[DispId(358)]

GdPictureStatus OcrPages( 

   string* PageRange,

   int ThreadCount,

   string* Dictionary,

   string* DictionaryPath,

   string* CharWhiteList,

   float DPI

) 
[DispId(358)]

GdPictureStatus OcrPages( 

   String^ PageRange,

   int ThreadCount,

   String^ Dictionary,

   String^ DictionaryPath,

   String^ CharWhiteList,

   float DPI

) 

Parameters

PageRange
ThreadCount
Dictionary
DictionaryPath
CharWhiteList
DPI
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members